home *** CD-ROM | disk | FTP | other *** search
- This program may or may not work. I have no way to test it.
- *sigh*
-
- This program is a TSR (Terminate and Stay Resident) which watchdogs the
- keyboard flags to see if the RIGHT SHIFT is depressed. If it is, it will
- check to see if the SCROLL LOCK button is depressed (not if it is active, that
- would be dumb). If both are not pressed, it aborts and proceeds with the
- usual keyboard functions.
-
- However, if both are depressed, this TSR will read in the floppy driver
- input register, and set the disk change bit. This should allow the floppy
- controller to recognise that a new disk has been inserted.
-
- Like I said, I don't know if this will work.
-
- In any event, this program, NEWDISK.COM, along with the inclosed source code,
- is hereby released to the public domain.